Group Axioms

Group Axioms

Introduction

A group is an ordered pair (G,⋅), where G is a non-empty set and ⋅ is a binary operation on G, satisfying the following four axioms.

The Four Group Axioms

1. Closure

For all a,b∈G, the result of the operation, a⋅b, is also in G.

2. Associativity

For all a,b,c∈G, the equation (a⋅b)⋅c=a⋅(b⋅c) holds.

3. Identity Element

There exists a unique element e∈G, called the identity element, such that for every element a∈G, the equation e⋅a=a⋅e=a holds.

4. Inverse Element

For each element a∈G, there exists an element b∈G, denoted a−1, called the inverse of a, such that a⋅a−1=a−1⋅a=e.

Additional Properties

Commutativity

If the group operation is also commutative (i.e., a⋅b=b⋅a for all a,b∈G), the group is called an abelian group or a commutative group.

Order

Motivation: Symmetry

The group axioms are not an arbitrary collection of rules; rather, they are a precise formalization of the essential properties common to all systems of symmetry transformations.

Consider the set of symmetries of a geometric object:

Thus, the set of symmetries of any object forms a group, known as its symmetry group. This insight frames group theory as the abstract study of symmetry itself.

Examples

Example 1: The Integers under Addition

(Z,+) is a group:

Example 2: The Non-zero Rationals under Multiplication

(Q∗,⋅) is a group:

Example 3: The Symmetric Group S3

The group of permutations of three elements:

Basic Properties

Uniqueness of Identity

The identity element in a group is unique.

Uniqueness of Inverses

For each element a∈G, the inverse a−1 is unique.

Cancellation Laws

In a group, if ab=ac, then b=c (left cancellation), and if ba=ca, then b=c (right cancellation).

Inverse of a Product

For any elements a,b∈G, we have (ab)−1=b−1a−1.